home *** CD-ROM | disk | FTP | other *** search
/ develop, the CD; issue 1 / Apple_Develop_1989.bin / Offscreen / FracApp 2.0B3 / FracApp.MAmake < prev    next >
Text File  |  1989-06-19  |  2KB  |  57 lines

  1. #Copyright © 1986 Apple Computer, Inc.  All rights reserved.
  2.  
  3. AppName = FracApp
  4.  
  5. Creator = 'Arf '
  6.  
  7. #    List the system libraries that your application needs to link with.  
  8. #    If you are not sure, list everything and the linker will tell you
  9. #    which ones it did not need
  10.  
  11. #NeededSysLibs = [partial]
  12. #            "{Libraries}RunTime.o" [partial]
  13. #            "{Libraries}Interface.o" [partial]
  14. #            "{PLibraries}PasLib.o"
  15.  
  16. #    List here the MacApp building blocks that your application uses
  17.  
  18. BuildingBlockIntf =  [partial]
  19.                 "{SrcMacApp}UPrinting.p"
  20.  
  21. #    List the same MacApp building blocks as object files (for linking)
  22.  
  23. BuildingBlockObjs = [partial]
  24.                 "{ObjMacApp}UPrinting.p.o"
  25.                 
  26. #    List any additional pascal interface files which your application uses
  27.  
  28. OtherInterfaces = 
  29.  
  30. #    By default MacApp.make links the above libraries, all of MacApp,
  31. #    and the files UAppName.p.o and MAppName.p.o
  32. #    List any additional files that your program links with:
  33.  
  34. # OtherLinkFiles = 
  35.  
  36. #    Specify any -sn (segment alias) linker options that you want included.
  37.  
  38. OtherSegMappings =
  39.  
  40. #    List the dependencies of the additional files 
  41. #    (and special build rules, if any)
  42.  
  43. UFracApp.p.o    [f]    UFracApp.p
  44.     echo Compiling UFracApp.p (with -mc68881)
  45.     Pascal UFracApp.p {Debugging} {PascalOptions} -mc68881 [partial]
  46.                 -d qNeedsROM128K={NeedsROM128K} [partial]
  47.                 -i "{SrcMacApp}" -k "{LoadMacApp}" -o UFracApp.p.o
  48.  
  49. #    List Rez files other than AppName.r that need to Rez'ed with the application
  50.  
  51. OtherRezFiles = 
  52.  
  53. #    List resource files that the Rez file includes
  54.  
  55. OtherRsrcFiles = 
  56.  
  57.